home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 6366 / 6366.xpi / chrome / firegestures.jar / content / firegestures / viewSource.rdf < prev    next >
Extensible Markup Language  |  2009-05-18  |  7KB  |  156 lines

  1. <?xml version="1.0"?>
  2.  
  3. <!DOCTYPE RDF:RDF [
  4.   <!ENTITY % mappingDTD SYSTEM "chrome://firegestures/locale/mapping.dtd">
  5.   %mappingDTD;
  6.   <!ENTITY % sourceDTD SYSTEM "chrome://global/locale/viewSource.dtd">
  7.   %sourceDTD;
  8.   <!ENTITY % editDTD SYSTEM "chrome://global/locale/editMenuOverlay.dtd">
  9.   %editDTD;
  10. ]>
  11.  
  12. <RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  13.          xmlns:FG="http://www.xuldev.org/firegestures-mapping#">
  14.   <RDF:Seq RDF:about="urn:mapping:root">
  15.     <RDF:li RDF:resource="urn:category:navigation" />
  16.     <RDF:li RDF:resource="urn:Browser:Back" />
  17.     <RDF:li RDF:resource="urn:Browser:Forward" />
  18.     <RDF:li RDF:resource="urn:category:file" />
  19.     <RDF:li RDF:resource="urn:cmd_savePage" />
  20.     <RDF:li RDF:resource="urn:cmd_pagesetup" />
  21.     <RDF:li RDF:resource="urn:cmd_printpreview" />
  22.     <RDF:li RDF:resource="urn:cmd_print" />
  23.     <RDF:li RDF:resource="urn:cmd_close" />
  24.     <RDF:li RDF:resource="urn:category:edit" />
  25.     <RDF:li RDF:resource="urn:cmd_find" />
  26.     <RDF:li RDF:resource="urn:cmd_findAgain" />
  27.     <RDF:li RDF:resource="urn:cmd_findPrevious" />
  28.     <RDF:li RDF:resource="urn:cmd_goToLine" />
  29.     <RDF:li RDF:resource="urn:category:view" />
  30.     <RDF:li RDF:resource="urn:cmd_reload" />
  31.     <RDF:li RDF:resource="urn:cmd_textZoomEnlarge" />
  32.     <RDF:li RDF:resource="urn:cmd_textZoomReduce" />
  33.     <RDF:li RDF:resource="urn:cmd_textZoomReset" />
  34.     <RDF:li RDF:resource="urn:category:window" />
  35.     <RDF:li RDF:resource="urn:ViewSource:MinimizeWindow" />
  36.     <RDF:li RDF:resource="urn:ViewSource:MaximizeWindow" />
  37.     <RDF:li RDF:resource="urn:category:page" />
  38.     <RDF:li RDF:resource="urn:cmd_scrollTop" />
  39.     <RDF:li RDF:resource="urn:cmd_scrollBottom" />
  40.     <RDF:li RDF:resource="urn:cmd_scrollPageUp" />
  41.     <RDF:li RDF:resource="urn:cmd_scrollPageDown" />
  42.     <RDF:li RDF:resource="urn:category:tools" />
  43.     <RDF:li RDF:resource="urn:ViewSource:FireGestures" />
  44.   </RDF:Seq>
  45.   <!-- navigation -->
  46.   <RDF:Description RDF:about="urn:category:navigation"
  47.                    FG:type="0"
  48.                    FG:name="&gestureCategory.navigation;"
  49.                    FG:flags="firefox3.5" />
  50.   <RDF:Description RDF:about="urn:Browser:Back"
  51.                    FG:type="1"
  52.                    FG:name="&backCmd.label;"
  53.                    FG:direction="L"
  54.                    FG:flags="firefox3.5" />
  55.   <RDF:Description RDF:about="urn:Browser:Forward"
  56.                    FG:type="1"
  57.                    FG:name="&forwardCmd.label;"
  58.                    FG:direction="R"
  59.                    FG:flags="firefox3.5" />
  60.   <!-- file -->
  61.   <RDF:Description RDF:about="urn:category:file"
  62.                    FG:type="0"
  63.                    FG:name="&fileMenu.label;" />
  64.   <RDF:Description RDF:about="urn:cmd_close"
  65.                    FG:type="1"
  66.                    FG:name="&closeCmd.label;"
  67.                    FG:direction="DR" />
  68.   <RDF:Description RDF:about="urn:cmd_savePage"
  69.                    FG:type="1"
  70.                    FG:name="&savePageCmd.label;"
  71.                    FG:direction="DL" />
  72.   <RDF:Description RDF:about="urn:cmd_pagesetup"
  73.                    FG:type="1"
  74.                    FG:name="&pageSetupCmd.label;" />
  75.   <RDF:Description RDF:about="urn:cmd_printpreview"
  76.                    FG:type="1"
  77.                    FG:name="&printPreviewCmd.label;" />
  78.   <RDF:Description RDF:about="urn:cmd_print"
  79.                    FG:type="1"
  80.                    FG:name="&printCmd.label;" />
  81.   <!-- edit -->
  82.   <RDF:Description RDF:about="urn:category:edit"
  83.                    FG:type="0"
  84.                    FG:name="&editMenu.label;" />
  85.   <RDF:Description RDF:about="urn:cmd_find"
  86.                    FG:type="1"
  87.                    FG:name="&findCmd.label;" />
  88.   <RDF:Description RDF:about="urn:cmd_findAgain"
  89.                    FG:type="1"
  90.                    FG:name="&findAgainCmd.label;" />
  91.   <RDF:Description RDF:about="urn:cmd_findPrevious"
  92.                    FG:type="1"
  93.                    FG:name="&findPreviousCmd.label;" />
  94.   <RDF:Description RDF:about="urn:cmd_goToLine"
  95.                    FG:type="1"
  96.                    FG:name="&goToLineCmd.label;" />
  97.   <!-- view -->
  98.   <RDF:Description RDF:about="urn:category:view"
  99.                    FG:type="0"
  100.                    FG:name="&viewMenu.label;" />
  101.   <RDF:Description RDF:about="urn:cmd_reload"
  102.                    FG:type="1"
  103.                    FG:name="&reloadCmd.label;"
  104.                    FG:direction="UD" />
  105.   <RDF:Description RDF:about="urn:cmd_textZoomEnlarge"
  106.                    FG:type="1"
  107.                    FG:name="&menu_textSize.label; - &menu_textEnlarge.label;"
  108.                    FG:direction="LRU"
  109.                    FG:extra="wheel-up" />
  110.   <RDF:Description RDF:about="urn:cmd_textZoomReduce"
  111.                    FG:type="1"
  112.                    FG:name="&menu_textSize.label; - &menu_textReduce.label;"
  113.                    FG:direction="LRD"
  114.                    FG:extra="wheel-down" />
  115.   <RDF:Description RDF:about="urn:cmd_textZoomReset"
  116.                    FG:type="1"
  117.                    FG:name="&menu_textSize.label; - &menu_textReset.label;"
  118.                    FG:direction="LRUD" />
  119.   <!-- window -->
  120.   <RDF:Description RDF:about="urn:category:window"
  121.                    FG:type="0"
  122.                    FG:name="&gestureCategory.window;" />
  123.   <RDF:Description RDF:about="urn:ViewSource:MinimizeWindow"
  124.                    FG:type="1"
  125.                    FG:name="&gestureCmd.minimizeWindow;" />
  126.   <RDF:Description RDF:about="urn:ViewSource:MaximizeWindow"
  127.                    FG:type="1"
  128.                    FG:name="&gestureCmd.maximizeWindow;" />
  129.   <!-- page -->
  130.   <RDF:Description RDF:about="urn:category:page"
  131.                    FG:type="0"
  132.                    FG:name="&gestureCategory.page;" />
  133.   <RDF:Description RDF:about="urn:cmd_scrollTop"
  134.                    FG:type="1"
  135.                    FG:name="&gestureCmd.scrollTop;"
  136.                    FG:direction="LU" />
  137.   <RDF:Description RDF:about="urn:cmd_scrollBottom"
  138.                    FG:type="1"
  139.                    FG:name="&gestureCmd.scrollBottom;"
  140.                    FG:direction="LD" />
  141.   <RDF:Description RDF:about="urn:cmd_scrollPageUp"
  142.                    FG:type="1"
  143.                    FG:name="&gestureCmd.scrollPageUp;" />
  144.   <RDF:Description RDF:about="urn:cmd_scrollPageDown"
  145.                    FG:type="1"
  146.                    FG:name="&gestureCmd.scrollPageDown;" />
  147.   <!-- tools -->
  148.   <RDF:Description RDF:about="urn:category:tools"
  149.                    FG:type="0"
  150.                    FG:name="&gestureCategory.tools;" />
  151.   <RDF:Description RDF:about="urn:ViewSource:FireGestures"
  152.                    FG:type="1"
  153.                    FG:name="&gestureCmd.hybridViewSource; : FireGestures - &gestureCmd.options;"
  154.                    FG:direction="LDRUL" />
  155. </RDF:RDF>
  156.